home *** CD-ROM | disk | FTP | other *** search
/ Flash MX Savvy / FlashMX Savvy.iso / pc / WIN / FreeHand / Setup.exe / data1.cab / App_Files / English / PPDs / AGP96SF1.PPD < prev    next >
Encoding:
PostScript Printer Description  |  2001-08-15  |  26.5 KB  |  595 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1993 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "3.1"
  11. *PCFileName: "AGP96SF1.PPD"
  12. *LanguageVersion: English
  13. *Product: "(AGFA ProSet 9600)"
  14. *PSVersion: "(52.3) 320"
  15. *ModelName: "AGFA-ProSet9600SF"
  16. *NickName: "AGFA-ProSet9600SF v52.3"
  17.  
  18. *% General Information and Defaults ===============
  19. *FreeVM: "2453510"
  20. *LanguageLevel: 1
  21. *ColorDevice: False
  22. *DefaultColorSpace: Gray
  23. *VariablePaperSize: True
  24. *Extensions: FileSystem
  25. *FileSystem: True
  26. *?FileSystem: "
  27.   statusdict /diskstatus get exec
  28.   exch pop 0 eq {(False)}{(True)}ifelse = flush
  29. "
  30. *End
  31. *Throughput: "1"
  32. *Password: "0"
  33. *ExitServer: "
  34.   count 0 eq {  % is the password on the stack?
  35.     true 
  36.   }{
  37.     dup    % potential password
  38.     statusdict /checkpassword get exec not 
  39.   } ifelse 
  40.   {  %  if no password or not valid 
  41.     (WARNING : Cannot perform the exitserver command.) = 
  42.     (Password supplied is not valid.) = 
  43.     (Please contact the author of this software.) = flush
  44.     quit 
  45.   } if 
  46.   serverdict /exitserver get exec
  47. "
  48. *End
  49. *Reset: "
  50.   count 0 eq {  % is the password on the stack?
  51.     true 
  52.   }{
  53.     dup    % potential password
  54.     statusdict /checkpassword get exec not 
  55.   } ifelse 
  56.   {  %  if no password or not valid 
  57.     (WARNING : Cannot reset printer.) = 
  58.     (Password supplied is not valid.) = 
  59.     (Please contact the author of this software.) = flush
  60.     quit 
  61.   } if 
  62.   serverdict /exitserver get exec
  63.   systemdict /quit get exec
  64.   (WARNING : Printer Reset Failed.) = flush
  65. "
  66. *End
  67.  
  68. *OpenUI *Resolution: PickOne
  69. *OrderDependency: 20 AnySetup *Resolution
  70. *DefaultResolution: 1200x1200dpi
  71. *Resolution 1200x1200dpi: " 1200 statusdict   /setresolution get exec "
  72. *Resolution 2400x2400dpi: " 2400 statusdict /setresolution get exec "
  73. *?Resolution: "
  74. save
  75.   initgraphics
  76.   0 0 moveto currentpoint matrix defaultmatrix transform
  77.   0 72 lineto currentpoint matrix defaultmatrix transform
  78.   3 -1 roll sub dup mul
  79.   3 1 roll exch sub dup mul
  80.   add sqrt round cvi
  81.   (          ) cvs dup print (x) print print (dpi) = flush
  82. restore
  83. "
  84. *End
  85. *CloseUI: *Resolution
  86.  
  87. *% Halftone Information ===============
  88. *ScreenFreq: "133.0"
  89. *ScreenAngle: "45.0"
  90. *DefaultScreenProc: Dot
  91. *ScreenProc Dot: "
  92. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  93. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  94. "
  95. *End
  96. *ScreenProc Line: "{ pop }"
  97. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  98.  
  99. *DefaultTransfer: Null
  100. *Transfer Null: "{ }"
  101. *Transfer Null.Inverse: "{ 1 exch sub }"
  102.  
  103. *% Paper Handling ===================
  104.  
  105. *% Use these entries to set paper size most of the time, unless there is
  106. *% specific reason to use PageRegion.
  107. *OpenUI *PageSize: PickOne
  108. *OrderDependency: 30 AnySetup *PageSize
  109. *DefaultPageSize: Letter
  110. *PageSize Letter: "letter"
  111. *PageSize Legal: "legal"
  112. *PageSize Tabloid: "11x17"
  113. *PageSize LARGE: "979 1944 1 statusdict /setpage get exec"
  114. *PageSize A3: "a3"
  115. *PageSize A4: "a4"
  116. *PageSize A5: "a5"
  117. *PageSize B5: "b5"
  118. *PageSize Letter.Transverse: "Letter"
  119. *PageSize A4.Transverse: "A4"
  120. *PageSize A5.Transverse: "A5"
  121. *PageSize B5.Transverse: "B5"
  122. *?PageSize: "
  123. save
  124.  mark  statusdict /pageparams get exec  exch pop
  125.    5 dict
  126.     dup [420 595] (A5.Transverse) put
  127.     dup [516 729] (B5.Transverse) put
  128.     dup [595 842] (A4.Transverse) put
  129.     dup [612 792] (Letter.Transverse) put
  130.    8 dict
  131.     dup [595 420] (A5) put
  132.     dup [729 516] (B5) put
  133.     dup [792 612] (Letter) put
  134.     dup [842 595] (A4) put
  135.     dup [1008 612] (Legal) put
  136.     dup [1190 842] (A3) put
  137.     dup [1224 792] (Tabloid) put
  138.     dup [1944 979] (LARGE) put
  139.   3 -1 roll 0 eq { pop } { exch pop }ifelse
  140.   (Unknown) exch
  141.   { exch aload pop
  142.     4 index eq exch 5 index eq and
  143.     { exch pop exit } { pop } ifelse
  144.   } bind forall = flush cleartomark
  145. restore
  146. "
  147. *End
  148. *CloseUI: *PageSize
  149.  
  150. *% These entries will set up the frame buffer. Usually used with manual feed.
  151. *OpenUI *PageRegion: PickOne
  152. *OrderDependency: 40 AnySetup *PageRegion
  153. *DefaultPageRegion: Letter
  154. *PageRegion Letter: "letter"
  155. *PageRegion Legal: "legal"
  156. *PageRegion Tabloid: "11x17"
  157. *PageRegion LARGE: "979 1944 1 statusdict /setpage get exec"
  158. *PageRegion A3: "a3"
  159. *PageRegion A4: "a4"
  160. *PageRegion A5: "a5"
  161. *PageRegion B5: "b5"
  162. *PageRegion Letter.Transverse: "Letter"
  163. *PageRegion A4.Transverse: "A4"
  164. *PageRegion A5.Transverse: "A5"
  165. *PageRegion B5.Transverse: "B5"
  166. *CloseUI: *PageRegion
  167.  
  168. *% The following entries provide information about specific paper keywords.
  169. *DefaultImageableArea: Letter
  170. *ImageableArea Letter: "0 0 612 792 "
  171. *ImageableArea Legal: "0 0 612 1008 "
  172. *ImageableArea Tabloid: "0 0 792 1224 "
  173. *ImageableArea LARGE: "0 0 979 1944"
  174. *ImageableArea A3: "0 0 842 1190 "
  175. *ImageableArea A4: "0 0 595 842  "
  176. *ImageableArea A5: "0 0 420 595  "
  177. *ImageableArea B5: "0 0 516 729  "
  178. *ImageableArea Letter.Transverse: "0 0 612 792 "
  179. *ImageableArea A4.Transverse: "0 0 595 842 "
  180. *ImageableArea A5.Transverse: "0 0 420 595 "
  181. *ImageableArea B5.Transverse: "0 0 516 729 "
  182. *?ImageableArea: "
  183.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  184.   newpath clippath pathbbox
  185.   4 -2 roll exch 2 {ceiling cvp} repeat
  186.   exch 2 {floor cvp} repeat flush
  187.  restore
  188. "
  189. *End
  190.  
  191. *% These provide the physical dimensions of the paper (by keyword)
  192. *DefaultPaperDimension: Letter
  193. *PaperDimension Letter: "612 792 "
  194. *PaperDimension Legal: "612 1008"
  195. *PaperDimension Tabloid: "792 1224"
  196. *PaperDimension LARGE: "979 1944"
  197. *PaperDimension A3: "842 1190"
  198. *PaperDimension A4: "595 842 "
  199. *PaperDimension A5: "420 595 "
  200. *PaperDimension B5: "516 729 "
  201. *PaperDimension Letter.Transverse: "612 792 "
  202. *PaperDimension A4.Transverse: "595 842 "
  203. *PaperDimension A5.Transverse: "420 595 "
  204. *PaperDimension B5.Transverse: "516 729 "
  205.  
  206. *% Custom Page Sizes
  207. *CustomPageSize True: "exch pop statusdict begin setpageparams end"
  208. *ParamCustomPageSize Width: 1 points 0 979
  209. *ParamCustomPageSize Height: 2 points 0 1944
  210. *ParamCustomPageSize WidthOffset/Margins: 3 points 0 979
  211. *ParamCustomPageSize HeightOffset: 4 points 0 0
  212. *ParamCustomPageSize Orientation: 5 int 0 1
  213.  
  214. *% Default Handling Features. This machine is a roll-fed machine, which is 
  215. *% why most of these entries have values of "None".
  216. *OpenUI *InputSlot: PickOne
  217. *OrderDependency: 20 AnySetup *InputSlot
  218. *DefaultInputSlot: Cassette
  219. *InputSlot Cassette: ""
  220. *CloseUI: *InputSlot
  221.  
  222. *% Imagesetter Information =====================
  223. *OpenGroup: Imagesetter
  224. *OpenUI *MirrorPrint/Mirror Print: Boolean
  225. *OrderDependency: 50 AnySetup *MirrorPrint
  226. *MirrorPrint True: "true statusdict /setmirrorprint get exec"
  227. *MirrorPrint False: "false statusdict /setmirrorprint get exec"
  228. *DefaultMirrorPrint: False
  229. *?MirrorPrint: "save statusdict /mirrorprint get exec
  230.    { (True) } { (False) } ifelse = flush restore"
  231. *End
  232. *CloseUI: *MirrorPrint
  233.  
  234. *NegativePrint True: "statusdict begin true setinvert end"
  235. *DefaultNegativePrint: False
  236. *?NegativePrint: "statusdict begin invert end
  237.                   {(True)}{(False)}ifelse = flush"
  238. *End
  239.  
  240. *AdvanceMedia None: ""
  241. *DefaultAdvanceMedia: None
  242. *?AdvanceMedia: "(None) = flush"
  243.  
  244. *CutMedia None: ""
  245. *DefaultCutMedia: None
  246. *?CutMedia: "(None) = flush"
  247. *CloseGroup: Imagesetter
  248.  
  249. *% Font Information =====================
  250.  
  251. *DefaultFont: Courier
  252. *Font Courier: Standard "(001.004)" Standard ROM
  253. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  254. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  255. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  256. *Font Helvetica: Standard "(001.002)" Standard ROM
  257. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  258. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  259. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  260. *Font Symbol: Special "(001.003)" Special ROM
  261. *Font Times-Bold: Standard "(001.002)" Standard ROM
  262. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  263. *Font Times-Italic: Standard "(001.002)" Standard ROM
  264. *Font Times-Roman: Standard "(001.002)" Standard ROM
  265. *?FontQuery: "
  266. save
  267. {
  268.   count 1 gt {
  269.   exch dup 128 string cvs (/) print print (:) print
  270.   dup FontDirectory exch known {pop (Yes)}
  271.   {
  272.     (fonts/                              )
  273.       dup 3 -1 roll 128 string cvs dup length /len exch def
  274.       6 exch putinterval
  275.       0 len 6 add getinterval mark exch
  276.       { } 128 string filenameforall counttomark 0 gt {
  277.       cleartomark (Yes)}{cleartomark (No)}ifelse
  278.       }ifelse =
  279.       }{ exit } ifelse
  280.   } bind loop
  281.   (*) = flush
  282. restore
  283. "
  284. *End
  285.  
  286. *?FontList: "
  287. save
  288.   FontDirectory { pop == } bind forall flush
  289.   /filenameforall where {
  290.     pop (fonts/*) {
  291.     dup length 6 sub 6 exch getinterval cvn ==
  292.     } bind
  293.     128 string filenameforall flush
  294.   } if
  295.   (*) = flush
  296. restore
  297. "
  298. *End
  299.  
  300. *% Printer Messages (verbatim from printer):
  301. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  302. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  303. *Message: "\FontName\ not found, using Courier"
  304.  
  305. *% Status (format: %%[ status: <one of these> ]%% )
  306. *Status: "idle"
  307. *Status: "busy"
  308. *Status: "waiting"
  309. *Status: "printing"
  310.  
  311. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  312. *Source: "serial9"
  313. *Source: "serial25"
  314. *Source: "AppleTalk"
  315. *Source: "Centronics"
  316.  
  317. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  318. *PrinterError: "Fatal error"
  319. *PrinterError: "Engine hardware failure"
  320. *PrinterError: "Printer busy"
  321. *PrinterError: "Printer in pause"
  322. *PrinterError: "Media jam"
  323. *PrinterError: "Cutter jam"
  324. *PrinterError: "No cassette"
  325. *PrinterError: "No media"
  326. *PrinterError: "Take done"
  327. *PrinterError: "Missed breakpoint"
  328. *PrinterError: "Warning: Low media"
  329. *PrinterError: "Cover Open"
  330. *PrinterError: "Non Voltatile Memory Write Complete"
  331. *PrinterError: "No Cutter"
  332. *PrinterError: "Engine Underrun"
  333. *PrinterError: "External Processor Not Ready"
  334. *PrinterError: "Command Processing State"
  335. *PrinterError: "Time out on engine communication"
  336. *PrinterError: "Engine communication failure"
  337. *PrinterError: "Error in engine resolution"
  338. *PrinterError: "Printer OK"
  339. *PrinterError: "Failed printerstart"
  340. *PrinterError: "Image transfer problem"
  341. *PrinterError: "Image transfer problem"
  342. *PrinterError: "Image transfer problem"
  343. *PrinterError: "Image transfer problem"
  344. *PrinterError: "Image transfer problem"
  345. *PrinterError: "Image transfer problem"
  346. *PrinterError: "Image transfer problem"
  347. *PrinterError: "Default page being defined is too long."
  348. *PrinterError: "Page being defined is too wide."
  349. *PrinterError: "Printer needs attention"
  350.  
  351.  
  352. *% Color Separation Information =====================
  353.  
  354. *InkName: ProcessCyan/Process Cyan
  355. *InkName: ProcessMagenta/Process Magenta
  356. *InkName: ProcessYellow/Process Yellow
  357. *InkName: ProcessBlack/Process Black
  358. *InkName: CustomColor/Custom Color
  359.  
  360. *% For 1200 dpi  =====================================================
  361.  
  362. *ColorSepScreenAngle ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "45.0"
  363. *ColorSepScreenAngle CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "45.0"
  364. *ColorSepScreenAngle ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "15.0"
  365. *ColorSepScreenAngle ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "75.0"
  366. *ColorSepScreenAngle ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "0.0"
  367.  
  368. *ColorSepScreenFreq ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  369. *ColorSepScreenFreq CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  370. *ColorSepScreenFreq ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  371. *ColorSepScreenFreq ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  372. *ColorSepScreenFreq ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  373.  
  374. *ColorSepScreenAngle ProcessBlack.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "45.0"
  375. *ColorSepScreenAngle CustomColor.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "45.0"
  376. *ColorSepScreenAngle ProcessCyan.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "15.0"
  377. *ColorSepScreenAngle ProcessMagenta.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  378. *ColorSepScreenAngle ProcessYellow.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "0.0"
  379.  
  380. *ColorSepScreenFreq ProcessBlack.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  381. *ColorSepScreenFreq CustomColor.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  382. *ColorSepScreenFreq ProcessCyan.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  383. *ColorSepScreenFreq ProcessMagenta.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  384. *ColorSepScreenFreq ProcessYellow.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  385.  
  386. *ColorSepScreenAngle ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "45.0"
  387. *ColorSepScreenAngle CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "45.0"
  388. *ColorSepScreenAngle ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "15.0"
  389. *ColorSepScreenAngle ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "75.0"
  390. *ColorSepScreenAngle ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "0.0"
  391.  
  392. *ColorSepScreenFreq ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  393. *ColorSepScreenFreq CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  394. *ColorSepScreenFreq ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  395. *ColorSepScreenFreq ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  396. *ColorSepScreenFreq ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  397.  
  398. *ColorSepScreenAngle ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "45.0"
  399. *ColorSepScreenAngle CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "45.0"
  400. *ColorSepScreenAngle ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "15.0"
  401. *ColorSepScreenAngle ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "75.0"
  402. *ColorSepScreenAngle ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "0.0"
  403.  
  404. *ColorSepScreenFreq ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  405. *ColorSepScreenFreq CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  406. *ColorSepScreenFreq ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  407. *ColorSepScreenFreq ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  408. *ColorSepScreenFreq ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  409.  
  410. *ColorSepScreenAngle ProcessBlack.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "45.0"
  411. *ColorSepScreenAngle CustomColor.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "45.0"
  412. *ColorSepScreenAngle ProcessCyan.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "15.0"
  413. *ColorSepScreenAngle ProcessMagenta.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "75.0"
  414. *ColorSepScreenAngle ProcessYellow.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "0.0"
  415.  
  416. *ColorSepScreenFreq ProcessBlack.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  417. *ColorSepScreenFreq CustomColor.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  418. *ColorSepScreenFreq ProcessCyan.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  419. *ColorSepScreenFreq ProcessMagenta.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  420. *ColorSepScreenFreq ProcessYellow.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  421.  
  422. *ColorSepScreenAngle ProcessBlack.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "45.0"
  423. *ColorSepScreenAngle CustomColor.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "45.0"
  424. *ColorSepScreenAngle ProcessCyan.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "15.0"
  425. *ColorSepScreenAngle ProcessMagenta.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "75.0"
  426. *ColorSepScreenAngle ProcessYellow.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "0.0"
  427.  
  428. *ColorSepScreenFreq ProcessBlack.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  429. *ColorSepScreenFreq CustomColor.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  430. *ColorSepScreenFreq ProcessCyan.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  431. *ColorSepScreenFreq ProcessMagenta.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  432. *ColorSepScreenFreq ProcessYellow.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  433.  
  434. *ColorSepScreenAngle ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "45.0"
  435. *ColorSepScreenAngle CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "45.0"
  436. *ColorSepScreenAngle ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "15.0"
  437. *ColorSepScreenAngle ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "75.0"
  438. *ColorSepScreenAngle ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "0.0"
  439.  
  440. *ColorSepScreenFreq ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  441. *ColorSepScreenFreq CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  442. *ColorSepScreenFreq ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  443. *ColorSepScreenFreq ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  444. *ColorSepScreenFreq ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  445.  
  446. *ColorSepScreenAngle ProcessBlack.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "45.0"
  447. *ColorSepScreenAngle CustomColor.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "45.0"
  448. *ColorSepScreenAngle ProcessCyan.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "15.0"
  449. *ColorSepScreenAngle ProcessMagenta.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "75.0"
  450. *ColorSepScreenAngle ProcessYellow.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "0.0"
  451.  
  452. *ColorSepScreenFreq ProcessBlack.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  453. *ColorSepScreenFreq CustomColor.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  454. *ColorSepScreenFreq ProcessCyan.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  455. *ColorSepScreenFreq ProcessMagenta.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  456. *ColorSepScreenFreq ProcessYellow.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  457.  
  458. *ColorSepScreenAngle ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi STD: "45.0"
  459. *ColorSepScreenAngle CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi STD: "45.0"
  460. *ColorSepScreenAngle ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi STD: "15.0"
  461. *ColorSepScreenAngle ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi STD: "75.0"
  462. *ColorSepScreenAngle ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi STD: "0.0"
  463.  
  464. *ColorSepScreenFreq ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  465. *ColorSepScreenFreq CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  466. *ColorSepScreenFreq ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  467. *ColorSepScreenFreq ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  468. *ColorSepScreenFreq ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  469.  
  470. *% For 2400 dpi  =====================================================
  471.  
  472. *ColorSepScreenAngle ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "45.0"
  473. *ColorSepScreenAngle CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "45.0"
  474. *ColorSepScreenAngle ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "15.0"
  475. *ColorSepScreenAngle ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "75.0"
  476. *ColorSepScreenAngle ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "0.0"
  477.  
  478. *ColorSepScreenFreq ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  479. *ColorSepScreenFreq CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  480. *ColorSepScreenFreq ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  481. *ColorSepScreenFreq ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  482. *ColorSepScreenFreq ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  483.  
  484. *ColorSepScreenAngle ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "45.0"
  485. *ColorSepScreenAngle CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "45.0"
  486. *ColorSepScreenAngle ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "15.0"
  487. *ColorSepScreenAngle ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "75.0"
  488. *ColorSepScreenAngle ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "0.0"
  489.  
  490. *ColorSepScreenFreq ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  491. *ColorSepScreenFreq CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  492. *ColorSepScreenFreq ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  493. *ColorSepScreenFreq ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  494. *ColorSepScreenFreq ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  495.  
  496. *ColorSepScreenAngle ProcessBlack.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "45.0"
  497. *ColorSepScreenAngle CustomColor.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "45.0"
  498. *ColorSepScreenAngle ProcessCyan.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "15.0"
  499. *ColorSepScreenAngle ProcessMagenta.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "75.0"
  500. *ColorSepScreenAngle ProcessYellow.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "0.0"
  501.  
  502. *ColorSepScreenFreq ProcessBlack.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  503. *ColorSepScreenFreq CustomColor.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  504. *ColorSepScreenFreq ProcessCyan.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  505. *ColorSepScreenFreq ProcessMagenta.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  506. *ColorSepScreenFreq ProcessYellow.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  507.  
  508. *ColorSepScreenAngle ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "45.0"
  509. *ColorSepScreenAngle CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "45.0"
  510. *ColorSepScreenAngle ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "15.0"
  511. *ColorSepScreenAngle ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "75.0"
  512. *ColorSepScreenAngle ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "0.0"
  513.  
  514. *ColorSepScreenFreq ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  515. *ColorSepScreenFreq CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  516. *ColorSepScreenFreq ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  517. *ColorSepScreenFreq ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  518. *ColorSepScreenFreq ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  519.  
  520. *ColorSepScreenAngle ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "45.0"
  521. *ColorSepScreenAngle CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "45.0"
  522. *ColorSepScreenAngle ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "15.0"
  523. *ColorSepScreenAngle ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "75.0"
  524. *ColorSepScreenAngle ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "0.0"
  525.  
  526. *ColorSepScreenFreq ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  527. *ColorSepScreenFreq CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  528. *ColorSepScreenFreq ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  529. *ColorSepScreenFreq ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  530. *ColorSepScreenFreq ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  531.  
  532. *ColorSepScreenAngle ProcessBlack.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "45.0"
  533. *ColorSepScreenAngle CustomColor.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "45.0"
  534. *ColorSepScreenAngle ProcessCyan.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "15.0"
  535. *ColorSepScreenAngle ProcessMagenta.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "75.0"
  536. *ColorSepScreenAngle ProcessYellow.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "0.0"
  537.  
  538. *ColorSepScreenFreq ProcessBlack.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  539. *ColorSepScreenFreq CustomColor.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  540. *ColorSepScreenFreq ProcessCyan.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  541. *ColorSepScreenFreq ProcessMagenta.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  542. *ColorSepScreenFreq ProcessYellow.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  543.  
  544. *ColorSepScreenAngle ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "45.0"
  545. *ColorSepScreenAngle CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "45.0"
  546. *ColorSepScreenAngle ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "15.0"
  547. *ColorSepScreenAngle ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "75.0"
  548. *ColorSepScreenAngle ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "0.0"
  549.  
  550. *ColorSepScreenFreq ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  551. *ColorSepScreenFreq CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  552. *ColorSepScreenFreq ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  553. *ColorSepScreenFreq ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  554. *ColorSepScreenFreq ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  555.  
  556. *ColorSepScreenAngle ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi STD: "45.0"
  557. *ColorSepScreenAngle CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi STD: "45.0"
  558. *ColorSepScreenAngle ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi STD: "15.0"
  559. *ColorSepScreenAngle ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi STD: "75.0"
  560. *ColorSepScreenAngle ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi STD: "0.0"
  561.  
  562. *ColorSepScreenFreq ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  563. *ColorSepScreenFreq CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  564. *ColorSepScreenFreq ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  565. *ColorSepScreenFreq ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  566. *ColorSepScreenFreq ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  567.  
  568. *ColorSepScreenAngle ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "45.0"
  569. *ColorSepScreenAngle CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "45.0"
  570. *ColorSepScreenAngle ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "15.0"
  571. *ColorSepScreenAngle ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "75.0"
  572. *ColorSepScreenAngle ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "0.0"
  573.  
  574. *ColorSepScreenFreq ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  575. *ColorSepScreenFreq CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  576. *ColorSepScreenFreq ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  577. *ColorSepScreenFreq ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  578. *ColorSepScreenFreq ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  579.  
  580. *ColorSepScreenAngle ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "45.0"
  581. *ColorSepScreenAngle CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "45.0"
  582. *ColorSepScreenAngle ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "15.0"
  583. *ColorSepScreenAngle ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "75.0"
  584. *ColorSepScreenAngle ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "0.0"
  585.  
  586. *ColorSepScreenFreq ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  587. *ColorSepScreenFreq CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  588. *ColorSepScreenFreq ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  589. *ColorSepScreenFreq ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  590. *ColorSepScreenFreq ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  591.  
  592. *% The byte count of this file should be exactly 026577 or 027171
  593. *% depending on the filesystem it resides in.
  594. *% end of PPD file for AGFA ProSet 9600 
  595.